home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 February
/
PCWorld_2007-02_cd.bin
/
v cisle
/
Addons
/
Addons.exe
/
videodownloader-1.1.1-fx.xpi
/
chrome
/
videodownloader.jar
/
content
/
options.xul
< prev
next >
Wrap
Extensible Markup Language
|
2006-09-29
|
3KB
|
59 lines
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Version: Open Software License v. 2.1
-
- The contents of this file are subject to the Open Software License Version
- 2.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.opensource.org/licenses/osl-2.1.php
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is the VideoDownloader.
-
- The Initial Developer of the Original Code is
- Javi Moya
-
- Portions created by the Initial Developer are Copyright (C) 2006
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
- -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE prefwindow SYSTEM "chrome://videodownloader/locale/prefwindow.dtd">
<prefwindow id="videodownloaderPreferences" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="&prefwindow.title;" ondialogaccept="hSubmenusOptSet(); " >
<script src="options.js"/>
<prefpane id="pane1" label="&pane1.title;" >
<preferences>
<preference id="boolpref1" name="extensions.videodownloader.boolpref" type="bool"/>
</preferences>
<groupbox align="center" orient="horizontal">
<vbox style="height: 240px;">
<text value="VideoDownloader" style="font-weight: bold; font-size: x-large;"/>
<text id="text1" value="&text1.value; 1.1.1"/>
<separator class="thin"/>
<text id="text2" value="&text2.value;" style="font-weight: bold;"/>
<label value="Javi Moya, SlovakSoft (Slovak locale), Andreas Kleinert (German locale), Денис Черницов (Russian locale)"/>
<separator class="thin"/>
<text id="text5" value="&text5.value;" style="font-weight: bold;"/>
<description style="width: 320px;" id="text6">&text6.value;</description>
<separator class="thin"/>
<text id="text3" value="&text3.value;" style="font-weight: bold;"/>
<label href="http://videodownloader.net/"
value="http://videodownloader.net/"
class="text-link" />
<separator class="thin"/>
<text id="text4" value="&text4.value;" style="font-weight: bold;" />
<checkbox id="checkboolpref" preference="boolpref1" label="&checkboolpref.label;" accesskey="&checkboolpref.accesskey;" />
</vbox>
</groupbox>
</prefpane>
</prefwindow>